From: Ian Jackson Date: Thu, 20 Sep 2018 17:10:14 +0000 (+0100) Subject: Do not build the instruction emulator X-Git-Tag: archive/raspbian/4.14.0+88-g1d1d1f5391-2+rpi1^2~77 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=abd2ebf2b01d28c4c44c5afb50e27b9fee54f5d1;p=xen.git Do not build the instruction emulator Signed-off-by: Ian Jackson --- diff --git a/tools/fuzz/Makefile b/tools/fuzz/Makefile index 85213dc895..6b7970b131 100644 --- a/tools/fuzz/Makefile +++ b/tools/fuzz/Makefile @@ -3,7 +3,10 @@ include $(XEN_ROOT)/tools/Rules.mk SUBDIRS-y := SUBDIRS-y += libelf -SUBDIRS-y += x86_instruction_emulator + +#SUBDIRS-y += x86_instruction_emulator +# This does not compile with Debian's userland compile options, +# which include fortify etc. .PHONY: all clean distclean install uninstall all clean distclean install uninstall: %: subdirs-%